docs: don't use <important>
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 5 Feb 2014 07:25:03 +0000 (02:25 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 6 Feb 2014 13:01:49 +0000 (08:01 -0500)
gtk/gtkfilechooserbutton.c

index b61937379bdc635bc35e37b12050038f377e88a2..43d8c84677267f76ac1a3bf8e4847083f8fbf940 100644 (file)
  * The #GtkFileChooserButton supports the #GtkFileChooserAction<!-- -->s
  * %GTK_FILE_CHOOSER_ACTION_OPEN and %GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.
  *
- * <important>
- * The #GtkFileChooserButton will ellipsize the label,
- * and will thus request little horizontal space.  To give the button
- * more space, you should call gtk_widget_get_preferred_size(),
- * gtk_file_chooser_button_set_width_chars(), or pack the button in
- * such a way that other interface elements give space to the widget.
- * </important>
+ * > The #GtkFileChooserButton will ellipsize the label, and will thus
+ * > request little horizontal space.  To give the button more space,
+ * > you should call gtk_widget_get_preferred_size(),
+ * > gtk_file_chooser_button_set_width_chars(), or pack the button in
+ * > such a way that other interface elements give space to the
+ * > widget.
  */